home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / UTIL / Alpha 6.5.sit / Tcl / ElectricAlias / Aliases / aliases next >
Text File  |  1994-06-18  |  3KB  |  71 lines

  1. # FILE: aliases
  2. #
  3. # DESC: Aliases for GLOBALLY applicable typing aids
  4. #
  5. # LAST UPDATE: 01/23/93 5:41:18 AM 
  6.  
  7.     electricAlias-var "" author "David C. Black"
  8.     electricAlias-var "" internet "black@mpd.tandem.com"
  9.     electricAlias-var "" genie "D.C.BLACK"
  10.     electricAlias-var "" haddr "6217 John Chisum Lane"
  11.     electricAlias-var "" hcity "Austin, Tx 78749-1838"
  12.     electricAlias-var "" waddr "14231 Tandem Blvd"
  13.     electricAlias-var "" wcity "Austin, Tx 78728-6699"
  14.     electricAlias-var "" inits "DCB"
  15.     electricAlias-var "" bc ""
  16.     electricAlias-var "" ec ""
  17.     electricAlias-var "" sep "、{bc}############################################################################¥r"
  18.     electricAlias-var "" ___ "_____________________________________________________________________________¥r"
  19.     electricAlias-var "" file {、ヌset file [lindex [winNames] 0]ネ}
  20.  
  21.     # The following examples use 、{VARIABLE}'s
  22.     electricAlias-def "" ・sig "、{author}"
  23.     electricAlias-def {} ゥ "Copyright (C) 、ヌdate yearネ by 、{author}.  All rights reserved."
  24.     electricAlias-def {・} # "、{sep}"
  25.     electricAlias-def {・} ・disclaimer {
  26. 、{bc} COPYRIGHT:
  27. 、{bc}
  28. 、{bc}    Copyright ゥ 、ヌdate yearネ by 、{author}
  29. 、{bc}    All rights reserved.
  30. 、{bc}
  31. 、{bc}    Redistribution and use in source and binary forms are permitted
  32. 、{bc}    provided that the above copyright notice and this paragraph are
  33. 、{bc}    duplicated in all such forms and that any documentation,
  34. 、{bc}    advertising materials, and other materials related to such
  35. 、{bc}    distribution and use acknowledge that the software was developed
  36. 、{bc}    by 、{author}.
  37. 、{bc}
  38. 、{bc}    THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
  39. 、{bc}    IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  40. 、{bc}    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  41. 、{bc}
  42. 、{sep}
  43. }
  44.     electricAlias-def {・} ・AUTHOR {
  45. 、{bc} AUTHOR
  46. 、{bc}    
  47. 、{bc}    、{author}
  48. 、{bc}    Internet: 、{internet}
  49. 、{bc}    GEnie:    、{genie}
  50. 、{bc}    USnail:   、{haddr}, 、{hcity}
  51. 、{bc}
  52. 、{bc}###############################################################################
  53. }
  54.     electricAlias-def {・} ・HISTORY {
  55. 、{bc} HISTORY
  56. 、{bc}                  
  57. 、{bc} modified who rev reason
  58. 、{bc} -------- --- --- ------ 
  59. 、{bc} 、ヌdate shortネ DCB 1.0 Original
  60. 、{bc}###############################################################################
  61. }
  62.     electricAlias-def {} ・HISTORY {
  63. 、{bc} 、ヌdate shortネ DCB 
  64. 、{bc}                  }
  65.     # The following examples use 、ヌTCL_COMMANDネ
  66.     electricAlias-def "" "・date" "¥b、ヌdate shortネ"
  67.     electricAlias-def "" "・time" "¥b、ヌdate timeネ"
  68.     electricAlias-def "" "・update" "LAST UPDATE: 、ヌmtime [now] shortネ" 
  69.     electricAlias-def "" "UPDATE:" "UPDATE:、ヌupdateネ"
  70.     electricAlias-def "" "・file" {、{file}}
  71.